home *** CD-ROM | disk | FTP | other *** search
/ How Many Bugs in a Box / How Many Bugs in a Box.cdr / bugs / juicebar / 00824.ls < prev    next >
Encoding:
Text File  |  1995-04-07  |  324 b   |  17 lines

  1. on mouseUp
  2.   global longneck
  3.   set longneck to longneck + 1
  4.   if (longneck mod 4) = 0 then
  5.     go("Longneck.Pos3a")
  6.   end if
  7.   if (longneck mod 4) = 1 then
  8.     go("Longneck.Pos3b")
  9.   end if
  10.   if (longneck mod 4) = 2 then
  11.     go("Longneck.Pos3c")
  12.   end if
  13.   if (longneck mod 4) = 3 then
  14.     go("Longneck.Pos3d")
  15.   end if
  16. end
  17.